From 857c22968278b123cb00a9e86f7c42d4607335fe Mon Sep 17 00:00:00 2001 From: Gabriel Souza Franco Date: Fri, 30 Jan 2015 13:21:23 -0200 Subject: [PATCH] Update dependencies --- Cargo.lock | 132 +++++++++++++++++++++++++---------------------------- 1 file changed, 63 insertions(+), 69 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f722770d3..fe2cbe6f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,24 +3,24 @@ name = "cargo" version = "0.1.0" dependencies = [ "advapi32-sys 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "curl 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "docopt 0.6.31 (registry+https://github.com/rust-lang/crates.io-index)", + "curl 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "docopt 0.6.32 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "flate2 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "git2 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "glob 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "git2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "glob 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git)", "log 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "registry 0.1.0", - "rustc-serialize 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", - "tar 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "term 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tar 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "term 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -28,7 +28,7 @@ name = "advapi32-sys" version = "0.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "winapi 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -38,32 +38,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "curl" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "curl-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "curl-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "curl-sys" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "docopt" -version = "0.6.31" +version = "0.6.32" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -72,64 +73,65 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "log 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "flate2" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "miniz-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "gcc" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "git2" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libgit2-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "libgit2-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "glob" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hamcrest" version = "0.1.0" -source = "git+https://github.com/carllerche/hamcrest-rust.git#69ac9ba5dc1c5bcd3219ab32d3bc5285c4e3a5c3" +source = "git+https://github.com/carllerche/hamcrest-rust.git#70d572f27ebbffb5a8d67ed2c890241d6d82d0a3" [[package]] name = "kernel32-sys" -version = "0.0.3" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "winapi 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libc" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libgit2-sys" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libssh2-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "libssh2-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -137,17 +139,17 @@ name = "libressl-pnacl-sys" version = "2.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "pnacl-build-helper 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "pnacl-build-helper 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libssh2-sys" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -155,15 +157,7 @@ name = "libz-sys" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "pkg-config 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "log" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -181,44 +175,44 @@ name = "miniz-sys" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "openssl-sys" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pkg-config" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pnacl-build-helper" -version = "1.3.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "regex" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "registry" version = "0.1.0" dependencies = [ - "curl 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "curl 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rustc-serialize" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -228,26 +222,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "tar" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "term" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "kernel32-sys 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "kernel32-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "time" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -255,7 +249,7 @@ name = "toml" version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "rustc-serialize 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -264,11 +258,11 @@ version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "winapi" -version = "0.1.2" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -- 2.30.2